home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG The Opus Tour (1995-04)(Memphis Amiga Group).zip / MAG The Opus Tour (1995-04)(Memphis Amiga Group).adf / Install-Misc < prev    next >
Text File  |  1995-02-07  |  2KB  |  48 lines

  1. echo "This script will install the following utilities to your c: Directory"
  2. echo "Arc       version 5.0          -       DMS       version 1.52a   "
  3. echo "DMS-103   version 103         -        DMS-111   version 1.11    "
  4. echo "Expand    version unknown      -        Flick     version unknown "
  5. echo "gl        version 1.3          -        JPG-View  version 1.0     "
  6. echo "Lha       version 1.50         -        lx        version 1.00    "
  7. echo "LX020     version 1.00         -        MedPlayer version 3.0     "
  8. echo "Movie     version 2.0          -          NewZap    version 3.20    "
  9. echo "Playsound version unknown         -        Stripper  version 2.0     "
  10. echo "Tar       version unknown         -        UnARJ     version 2.10    "
  11. echo "UnZip     version 5.1d3 BETA   -          View      version 1.7 "
  12. echo "Zoo       version unknown    "
  13. echo ""
  14. echo "Do you wish to install these? You will be prompted to replace existing "
  15. echo "files enter Y to replace of N to skip to next file to install          "
  16.  
  17. echo "Please exit check the version number then rerun this script to decide  "
  18. echo "wether the version you have is older or newer than the ones contained"
  19. echo "on this disk"
  20.  
  21. echo ""
  22. echo noline "Install ?? "
  23. set > NIL: InpVar ?
  24.  
  25. if $InpVar eq "ja"
  26.   skip start
  27. endif
  28.  
  29. if $InpVar eq "j"
  30.   skip start
  31. endif
  32.  
  33. if $InpVar eq "yes"
  34.   skip start
  35. endif
  36.  
  37. if $InpVar eq "y"
  38.   skip start
  39. endif
  40.  
  41. echo "*n Unpacking aborted! I hope I see you again...*n"
  42. quit 
  43.  
  44. lab start
  45. Echo "Installing Opus added programs"
  46. cd c:
  47. DOPUS·HELP:c/lx x DOPUS·HELP:c/util-dopus.lzh c:
  48.